home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / tobby_on_ice.swf / scripts / DefineSprite_111 / frame_1 / DoAction.as
Text File  |  2011-08-19  |  178b  |  9 lines

  1. function getGold()
  2. {
  3.    this._visible = false;
  4.    this._y = 1000;
  5. }
  6. _parent._parent.goldMCList.push(this);
  7. this.num = _root.randomInt(3);
  8. this.gotoAndStop(this.num + 1);
  9.